curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"identity": "b",
"pincode": 4326.41688
}'
{
"data": {
"uuid": "977e5426-8d13-3824-86aa-b092f8ae52c5",
"id": 12,
"identity": "d6fa562b-acd5-35ff-babb-d11194d3737b",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z",
"licenses": {
"smart": false,
"pro": false
}
}
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"identity": "b",
"pincode": 4326.41688
}'
{
"data": {
"uuid": "977e5426-8d13-3824-86aa-b092f8ae52c5",
"id": 12,
"identity": "d6fa562b-acd5-35ff-babb-d11194d3737b",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z",
"licenses": {
"smart": false,
"pro": false
}
}
}